FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDetailLoadingEventArgs<TItem> Class / ParentRow Property

In This Topic
    ParentRow Property (GridDetailLoadingEventArgs<TItem>)
    In This Topic
    Gets the parent row.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentRow As GridRow
    public GridRow ParentRow {get;}
    See Also